type go/types.error_

11 uses

	go/types (current package)
		badlinkname.go#L20: func badlinkname_Checker_infer(*Checker, positioner, []*TypeParam, []Type, *Tuple, []*operand, bool, *error_) []Type
		errors.go#L39: type error_ struct {
		errors.go#L47: func (check *Checker) newError(code Code) *error_ {
		errors.go#L51: 	return &error_{check: check, code: code}
		errors.go#L60: func (err *error_) addf(at positioner, format string, args ...interface{}) {
		errors.go#L65: func (err *error_) addAltDecl(obj Object) {
		errors.go#L74: func (err *error_) empty() bool {
		errors.go#L78: func (err *error_) posn() positioner {
		errors.go#L86: func (err *error_) msg() string {
		errors.go#L106: func (err *error_) report() {
		infer.go#L35: func (check *Checker) infer(posn positioner, tparams []*TypeParam, targs []Type, params *Tuple, args []*operand, reverse bool, err *error_) (inferred []Type) {